/*CENTRAR ELEMENTOS*/
.centrar_elementos {
    display: flex;
    justify-content: center;
    margin-top: -80px;
    padding-top: 80px;
}

/*BOTONES TAB*/
.contenedor_botones_tab {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-gap: 20px;
}

.contenedor_botones_tab button {
    background-color: #189bb6;
    color: white;
    padding: 5px 15px;
    border-radius: 4px;
    text-align: center;
}

.contenedor_botones_tab button:hover {
    background-color: #189bb6;
}

.contenedor_item_informacion {
    padding: 40px 20px;
    width: 70%;
}

/*TÍTULO*/
.titulo_informacion {
    color: #189bb6;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}

.contenedor_parrafo_video {
    padding-top: 10px;
    display: flex;
    width: 100%;
}
.contenedor_parrafo_video_2 {
    padding-top: 10px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }


/*PARRAFO*/
.parrafo_informacion {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
}

.testimonio_informacion {
    padding: 23px;
    width: 50%;
    display: flex;
    font-size: 17px;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(73, 78, 92, 0.1);
    background: #fff;
    margin-top: 15px;
    line-height: 1.5;
    overflow: auto;
    line-height: 1.5;
    margin-bottom: 15px;
  }
.foto {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #189bb6;
    float: left;
  }
  .foto{
    font-size: 15px;
    transition: all 300ms;
}
.foto:hover{
    transform: scale(1.10);
}
/*NOMRRE DOCTORA*/
.nombre_doctora {
    color: #000000;
    font-weight: bold;
    margin-top: 23px;
    margin-left: 30px;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
  }
  .nombre_doctora_2 {
    color: #000000;
    font-weight: bold;
    margin-top: -18px;
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle;
  }
/*IMAGEN*/
.imagen_informacion {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*HORARIO*/
.horario_informacion {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo_horario {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/*BOTON WHATSAPP*/
.whatsapp_boton {
    margin-top: 10px;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
}

.whatsapp_boton:hover {
    background-color: #24e069;
}

/*MAPA*/
.contenedor_mapa_sede iframe {
    width: 100%;
    border-radius: 4px;
}

/*VIDEO*/
.video_informacion {
    padding: 10px;
    width: 48%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.video_informacion iframe {
    width: 100%;
    border: 8px solid #189bb6;
}
.video_tutorial {
    width:540px;
    height: 340px;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    top: -5px;
    left: 120px;
}

.video_tutorial iframe {
    width: 100%;
    height: 100%;
    border: 20px solid #189bb6;
}

.contenedor_video_mapa {
    display: flex;
    flex-direction: column;
}

.contenedor_video_mapa iframe{
    width: 100%;
    border-radius: 4px;
}

.column_video {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 900px) {
    .column_video {
        width: 100%;
    }
}
@media screen and (min-width: 900px) {
    .contenedor_video_mapa {
        flex-direction: row;
    }
}

.video_tutorial_2 {
    width: 540px;
    height: 340px;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    top: 150px;
    left: 120px;
}
.video_tutorial_2 iframe {
    width: 100%;
    height: 100%;
    border: 20px solid #189bb6;
}



.video_testimonio {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video_testimonio iframe {
    width: 570px;
    height: 360px;
    border: 8px solid #189bb6;
  }
/*ACORDEON*/
.acordeon {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

.acordeon_activo,
.acordeon:hover {
    background-color: #189bb6;
    color: white;
}

.panel_acordeon {
    padding: 10px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.panel_acordeon ul {
    list-style-type: disc;
    margin-left: 20px;
}
@media (max-width: 900px) {
    .video_tutorial,
    .video_tutorial_2 {
        width: auto;
        max-width: none;
        height: auto;
        padding: 10px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        position: static;
        top: 0;
        right: 0;
        bottom: 0;
    }
}
@media (max-width: 1500px) {
    .contenedor_item_informacion {
        width: 80%;

    }
}

@media (max-width: 900px) {
    .contenedor_item_informacion {
        width: 100%;
    }

    .contenedor_parrafo_video {
        flex-direction: column;
        align-items: center;
        flex-direction: column-reverse;
    }


    /*IMAGEN*/
    .imagen_informacion {
        width: 100%;
    }

    /*HORARIO*/
    .horario_informacion {
        width: 100%;
    }

    /*PARRAFO*/
    .parrafo_informacion {
        width: 100%;
    }
    .testimonio_informacion{
        width: 100%;
    }
    /*VIDEO*/

    /*BOTONES TAB*/
    .contenedor_botones_tab {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {
    .video_informacion {
        width: 100%;
        justify-content: center;

    }

    .video_informacion iframe {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .contenedor_parrafo_video_2 {
      display: flex;
      flex-direction: column;
    }

    .testimonio_informacion {
      width: 100%;
      margin: 10px;
      padding: 20px;
      order: 2; /* Cambia el orden del párrafo */
    }

    .video_testimonio {
      width: 100%;
      height: auto;
      padding: 10px;
      order: 1; /* Cambia el orden del video */
    }

    .nombre_foto {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 10px;
      text-align: center;
    }

    .nombre_doctora,
    .nombre_doctora_2 {
      margin: 5px 0;
    }

    .foto {
      max-width: 100%;
      display: block;
      margin: 0 auto;
    }

    .testimonio_informacion,
    .nombre_foto {
      order: 2; /* Cambia el orden del párrafo y la información de nombre/foto */
    }
  }

  @media (min-width: 768px) {
    .contenedor_parrafo_video_2 {
      flex-direction: row-reverse;
      align-items: flex-start;
    }

    .video_testimonio {
      flex: 1;
      width: 100%;
      height: auto;
      padding: 10px;
    }

    .testimonio_informacion {
      flex: 1;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  }
